home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Graphisme / FalcoImageStudio / FalcoImageStudioSetup.exe / {app} / FalcowareAcPro.exe / install_script.iss
Text File  |  2010-07-16  |  4KB  |  66 lines

  1. ;InnoSetupVersion=5.3.9
  2.  
  3. [Setup]
  4. AppName=Autocomplete Pro
  5. AppVerName=AutocompletePro
  6. AppId=AutocompletePro3
  7. DefaultDirName={pf}\AutocompletePro
  8. OutputBaseFilename=in
  9. Compression=lzma2
  10. DisableProgramGroupPage=yes
  11. LicenseFile=embedded\License.rtf
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14.  
  15. [Files]
  16. Source: "{tmp}\IssProc.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  17. Source: "{tmp}\IssProcLanguage.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  18. Source: "{app}\AutocompletePro.dll"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  19. Source: "{app}\support@predictad.com\chrome.manifest"; DestDir: "{app}\support@predictad.com"; Flags: uninsrestartdelete ignoreversion 
  20. Source: "{app}\support@predictad.com\install.rdf"; DestDir: "{app}\support@predictad.com"; Flags: uninsrestartdelete ignoreversion 
  21. Source: "{app}\support@predictad.com\chrome\content\browserOverlay.xul"; DestDir: "{app}\support@predictad.com\chrome\content"; Flags: uninsrestartdelete ignoreversion 
  22. Source: "{app}\support@predictad.com\chrome\content\options.js"; DestDir: "{app}\support@predictad.com\chrome\content"; Flags: uninsrestartdelete ignoreversion 
  23. Source: "{app}\support@predictad.com\chrome\content\options.xul"; DestDir: "{app}\support@predictad.com\chrome\content"; Flags: uninsrestartdelete ignoreversion 
  24. Source: "{app}\support@predictad.com\chrome\content\utils.js"; DestDir: "{app}\support@predictad.com\chrome\content"; Flags: uninsrestartdelete ignoreversion 
  25. Source: "{app}\support@predictad.com\defaults\preferences\predictad.js"; DestDir: "{app}\support@predictad.com\defaults\preferences"; Flags: uninsrestartdelete ignoreversion 
  26. Source: "{app}\InstTracker.exe"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\FireFoxExtension.exe"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\chrome\autocompleteprochrome.crx"; DestDir: "{app}\chrome"; Flags: uninsrestartdelete ignoreversion 
  29.  
  30. [Dirs]
  31. Name: "{app}\support@predictad.com"; 
  32.  
  33. [Registry]
  34. Root: HKLM; Subkey: "Software\Google\Chrome\Extensions\defdhglnppeioeflggkmglipcecffkhk"; ValueName: "path"; ValueType: String; ValueData: "{app}\chrome\autocompleteprochrome.crx"; Flags: uninsdeletekey 
  35. Root: HKLM; Subkey: "Software\Google\Chrome\Extensions\defdhglnppeioeflggkmglipcecffkhk"; ValueName: "version"; ValueType: String; ValueData: "1.0"; Flags: uninsdeletekey 
  36. Root: HKLM; Subkey: "Software\Wow6432Node\Google\Chrome\Extensions\defdhglnppeioeflggkmglipcecffkhk"; ValueName: "path"; ValueType: String; ValueData: "{app}\chrome\autocompleteprochrome.crx"; Flags: uninsdeletekey 
  37. Root: HKLM; Subkey: "Software\Wow6432Node\Google\Chrome\Extensions\defdhglnppeioeflggkmglipcecffkhk"; ValueName: "version"; ValueType: String; ValueData: "1.0"; Flags: uninsdeletekey 
  38.  
  39. [Run]
  40. Filename: "regsvr32.exe"; Parameters: "/s AutocompletePro.dll"; WorkingDir: "{app}"; Description: "Register AutocompletePro BHO"; 
  41. Filename: "{app}\FireFoxExtension.exe"; Parameters: "-source:""{app}\support@predictad.com"" -guid:support@predictad.com"; WorkingDir: "{app}"; Check: "CheckFramework()"; Flags: waituntilidle
  42. Filename: "{app}\InstTracker.exe"; Parameters: "-install -cs:true -si:7546 -ver:1.1 -dir:""{app}"""; WorkingDir: "{app}"; Check: "CheckFramework()"; Flags: waituntilidle
  43.  
  44. [UninstallRun]
  45. Filename: "regsvr32.exe"; Parameters: "/u /s AutocompletePro.dll"; WorkingDir: "{app}"; 
  46. Filename: "{app}\FireFoxExtension.exe"; Parameters: "-uninstall -guid:support@predictad.com"; WorkingDir: "{app}"; Check: "CheckFramework()"; Flags: waituntilidle
  47. Filename: "{app}\InstTracker.exe"; Parameters: "-remove"; Check: "CheckFramework()"; Flags: waituntilidle
  48.  
  49. [CustomMessages]
  50. default.NameAndVersion=%1 version %2
  51. default.AdditionalIcons=Additional icons:
  52. default.CreateDesktopIcon=Create a &desktop icon
  53. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  54. default.ProgramOnTheWeb=%1 on the Web
  55. default.UninstallProgram=Uninstall %1
  56. default.LaunchProgram=Launch %1
  57. default.AssocFileExtension=&Associate %1 with the %2 file extension
  58. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  59. RebootPC=Please Reboot.
  60. Exists=Exists
  61.  
  62. [Languages]
  63. ; These files are stubs
  64. ; To achieve better results after recompilation, use the real language files
  65. Name: "default"; MessagesFile: "embedded\default.isl"; 
  66.